Routes a entities synchronization request to the underlying data store, so that the create, update or remove operations are accordingly performed.
|
Name
|
Description
|
|
Synchronize(IEnumerable<TEntity>)
|
Routes a entities synchronization request to the underlying data store, so that the create, update or remove operations are accordingly performed.
|
|
Synchronize(TEntity)
|
Routes an entity synchronization request to the underlying data store, so that the create or update operations are accordingly performed.
|